{"id":50057,"library":"kevinburke-ssh-config","title":"SSH Config","description":"Package ssh_config provides tools for manipulating SSH config files.","status":"active","version":"1.6.0","language":"go","source_language":null,"source_url":"https://github.com/kevinburke/ssh_config","tags":["ssh","config","configuration","ssh-config"],"install":[{"cmd":"go get github.com/kevinburke/ssh_config","lang":"bash","label":"Install github.com/kevinburke/ssh_config"}],"dependencies":[],"imports":[{"symbol":"ssh_config","correct":"github.com/kevinburke/ssh_config"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/kevinburke/ssh_config\"\n)\n\nfunc main() {\n\tcfg, err := ssh_config.DecodeFile(\"/home/user/.ssh/config\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Printf(\"Hosts: %v\\n\", cfg.Hosts)\n}","lang":"go","description":"Decode an SSH config file and print the list of hosts."},"warnings":[],"env_vars":null,"search_vec":"'config':2,5,11,14,18 'configur':15 'file':12 'manipul':9 'packag':3 'provid':6 'ssh':1,4,10,13,17 'ssh-config':16 'tool':7","created_at":"2026-06-15T04:38:44.440221+00:00","updated_at":"2026-06-15T04:38:44.440221+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/kevinburke/ssh_config","github":"https://github.com/kevinburke/ssh_config","docs":"https://pkg.go.dev/github.com/kevinburke/ssh_config#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["config"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}