Skip to content

add ssh remove-key command#263

Closed
vavo wants to merge 1 commit intorunpod:mainfrom
vavo:codex/issue-258-ssh-remove-key
Closed

add ssh remove-key command#263
vavo wants to merge 1 commit intorunpod:mainfrom
vavo:codex/issue-258-ssh-remove-key

Conversation

@vavo
Copy link
Copy Markdown

@vavo vavo commented Apr 8, 2026

E-258: add ssh remove-key command

fixes #258

summary

  • add runpodctl ssh remove-key with --fingerprint and --name
  • remove keys by rewriting pubKey through the existing updateUserSettings graphql path
  • return an ambiguity error when --name matches multiple keys
  • add unit coverage for command wiring and graphql removal behavior
  • regenerate ssh command docs

test plan

  • go test ./...
  • live e2e against runpod api
    blocked locally: RUNPOD_API_KEY was not available in this workspace, so i could not run the required live ssh add/list/remove flow

Copy link
Copy Markdown
Author

vavo commented Apr 8, 2026

superseded by #264, which uses the requested branch name notrius/issue-258-ssh-remove-key and the repo pull request template.

@vavo
Copy link
Copy Markdown
Author

vavo commented Apr 8, 2026

closing this duplicate draft in favor of #264

@vavo vavo closed this Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ssh: add remove-key command to manage SSH keys

1 participant