{"id":13521887,"url":"https://github.com/kvaps/kubectl-ssh","last_synced_at":"2025-07-21T18:37:07.716Z","repository":{"id":80916026,"uuid":"175835847","full_name":"kvaps/kubectl-ssh","owner":"kvaps","description":"Tiny plugin for connecting to node in the cluster over SSH","archived":false,"fork":false,"pushed_at":"2019-03-15T14:43:19.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-18T22:11:30.442Z","etag":null,"topics":["kubectl-plugin","kubectl-plugins","ssh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kvaps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-03-15T14:30:41.000Z","updated_at":"2020-12-09T12:06:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b863e25-fdf0-424d-ba1a-3f9dcd70da33","html_url":"https://github.com/kvaps/kubectl-ssh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kvaps/kubectl-ssh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvaps%2Fkubectl-ssh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvaps%2Fkubectl-ssh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvaps%2Fkubectl-ssh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvaps%2Fkubectl-ssh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kvaps","download_url":"https://codeload.github.com/kvaps/kubectl-ssh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvaps%2Fkubectl-ssh/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266353158,"owners_count":23915904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["kubectl-plugin","kubectl-plugins","ssh"],"created_at":"2024-08-01T06:00:39.158Z","updated_at":"2025-07-21T18:37:07.690Z","avatar_url":"https://github.com/kvaps.png","language":"Shell","funding_links":[],"categories":["kubectl Plugins"],"sub_categories":["Installing plugins via awesome-kubectl-plugins"],"readme":"# kubectl-ssh\n\nTiny plugin for connecting to node in the cluster over SSH.\n\n## Features\n\n* Getting IP-address of the node from the API.\n* Setting username and ssh options per context.\n\n## Installation\n\n```bash\ncurl -LO https://github.com/kvaps/kubectl-ssh/raw/master/kubectl-ssh\nchmod +x ./kubectl-ssh\nsudo mv ./kubectl-ssh /usr/local/bin/kubectl-ssh\n```\n\n## Usage\n\n```bash\nkubectl ssh \u003cnode\u003e\n```\n\n## Configuration\n\n```bash\n# Set username\necho 'USERNAME=user' \u003e\u003e ~/.kube/ssh-config\n\n# Set options\necho 'SSH_OPTIONS=\"-o LogLevel=ERROR -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null\"' \u003e\u003e ~/.kube/ssh-config\n\n# Set username for specific context\necho 'STAGE_USERNAME=user' \u003e\u003e ~/.kube/ssh-config\n\n# Set options for specific context\necho 'STAGE_SSH_OPTIONS=\"-o LogLevel=ERROR -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null\"' \u003e\u003e ~/.kube/ssh-config\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkvaps%2Fkubectl-ssh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkvaps%2Fkubectl-ssh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkvaps%2Fkubectl-ssh/lists"}