{"id":13521805,"url":"https://github.com/IuryAlves/kubectl-ssh","last_synced_at":"2025-03-31T20:32:44.680Z","repository":{"id":147282531,"uuid":"196738109","full_name":"IuryAlves/kubectl-ssh","owner":"IuryAlves","description":"A kubectl plugin to ssh into a pod's node","archived":false,"fork":false,"pushed_at":"2019-07-13T20:58:23.000Z","size":4,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-02T05:33:00.079Z","etag":null,"topics":["kubectl","kubectl-plugins","kubernetes"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IuryAlves.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-07-13T15:40:02.000Z","updated_at":"2024-10-25T17:30:38.000Z","dependencies_parsed_at":"2024-01-13T22:23:32.254Z","dependency_job_id":"3db89e8d-5b0e-457a-bd00-acf837a9aa3e","html_url":"https://github.com/IuryAlves/kubectl-ssh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IuryAlves%2Fkubectl-ssh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IuryAlves%2Fkubectl-ssh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IuryAlves%2Fkubectl-ssh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IuryAlves%2Fkubectl-ssh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IuryAlves","download_url":"https://codeload.github.com/IuryAlves/kubectl-ssh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246536252,"owners_count":20793410,"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","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","kubectl-plugins","kubernetes"],"created_at":"2024-08-01T06:00:38.176Z","updated_at":"2025-03-31T20:32:44.207Z","avatar_url":"https://github.com/IuryAlves.png","language":"Shell","funding_links":[],"categories":["kubectl Plugins"],"sub_categories":["Installing plugins via awesome-kubectl-plugins"],"readme":"## kubectl ssh\n\nssh into a pod's node\n\n[![asciicast](https://asciinema.org/a/lNy3cRCPFGwDM26UBQYmfNKYT.svg)](https://asciinema.org/a/lNy3cRCPFGwDM26UBQYmfNKYT)\n\n\n### Installing\n\n\n**Important: kubectl 1.15 or greater is required**\n\n\n```\ncurl -fsS -o /usr/local/bin/kubectl-ssh \\\n    https://raw.githubusercontent.com/IuryAlves/kubectl-ssh/master/kubectl-ssh \u0026\u0026 \\\n        chmod +x /usr/local/bin/kubectl-ssh\n```\n\n**make sure that `/usr/local/bin` is in your path.**\n\n\n### Usage\n\n\n* Basic usage:\n\n```\nkubectl ssh \u003cpod_name\u003e\n```\n\n* Ssh into node using specific ssh-user\n\n```\nkubectl ssh \u003cpod_name\u003e --user=root\n\n```\n\nThis is equivalent to `ssh root@\u003cip\u003e`\n\n\n* Ssh into node using specific ssh-key\n\n```\nkubectl ssh \u003cpod_name\u003e -i /path/to/my/indetity-file\n```\n\nThis is equivalent to: `ssh \u003cip\u003e -i /path/to/my/indetity-file`\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIuryAlves%2Fkubectl-ssh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIuryAlves%2Fkubectl-ssh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIuryAlves%2Fkubectl-ssh/lists"}