{"id":15023659,"url":"https://github.com/metio/tree-sitter-ssh-client-config","last_synced_at":"2026-04-09T06:04:05.832Z","repository":{"id":57670594,"uuid":"474624258","full_name":"metio/tree-sitter-ssh-client-config","owner":"metio","description":"tree-sitter grammar for SSH client configuration files","archived":false,"fork":false,"pushed_at":"2026-04-02T04:53:49.000Z","size":5383,"stargazers_count":8,"open_issues_count":5,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-03T07:24:50.929Z","etag":null,"topics":["client","config","grammar","parser","ssh","tree-sitter"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/metio.png","metadata":{"files":{"readme":"README.cargo.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-27T11:59:55.000Z","updated_at":"2026-03-31T20:23:32.000Z","dependencies_parsed_at":"2022-09-26T20:41:11.864Z","dependency_job_id":"45c6de01-9a62-4ee1-b114-5da4d3259f5e","html_url":"https://github.com/metio/tree-sitter-ssh-client-config","commit_stats":{"total_commits":48,"total_committers":4,"mean_commits":12.0,"dds":"0.41666666666666663","last_synced_commit":"e3b26a09777346fdaf06e75d142ccd6cc72a9814"},"previous_names":[],"tags_count":117,"template":false,"template_full_name":null,"purl":"pkg:github/metio/tree-sitter-ssh-client-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metio%2Ftree-sitter-ssh-client-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metio%2Ftree-sitter-ssh-client-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metio%2Ftree-sitter-ssh-client-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metio%2Ftree-sitter-ssh-client-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metio","download_url":"https://codeload.github.com/metio/tree-sitter-ssh-client-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metio%2Ftree-sitter-ssh-client-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31588040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-09T05:33:47.836Z","status":"ssl_error","status_checked_at":"2026-04-09T05:32:26.579Z","response_time":112,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["client","config","grammar","parser","ssh","tree-sitter"],"created_at":"2024-09-24T19:59:18.224Z","updated_at":"2026-04-09T06:04:05.813Z","avatar_url":"https://github.com/metio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tree-sitter-ssh-client-config\n\nSSH client config grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).\n\n## Usage\n\nThis grammar is available at [crates.io](https://crates.io/crates/tree-sitter-ssh-client-config), and you can use it together with the [Rust language binding](https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_rust).\n\n```rust\nuse tree_sitter::{Parser, Language};\n\nlet mut parser = Parser::new();\nparser.set_language(tree_sitter_ssh_client_config::language()).expect(\"Error loading SSH client config grammar\");\nlet config = \"\\\nHost example.com\n  User your-name\n  Port 12345\";\nlet tree = parser.parse(config, None).unwrap();\nassert_eq!(tree.root_node().to_sexp(), \"(client_config (host (host_value)) (user (user_value)) (port (port_value)))\");\n```\n\n## References\n\n- [ssh_config man page](https://man.openbsd.org/ssh_config)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetio%2Ftree-sitter-ssh-client-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetio%2Ftree-sitter-ssh-client-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetio%2Ftree-sitter-ssh-client-config/lists"}