{"id":16539577,"url":"https://github.com/xuhdev/skm","last_synced_at":"2025-10-28T14:31:18.185Z","repository":{"id":8315120,"uuid":"9863097","full_name":"xuhdev/skm","owner":"xuhdev","description":"Manage Multiple SSH Keys","archived":false,"fork":false,"pushed_at":"2013-06-09T20:07:36.000Z","size":188,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-26T02:03:44.858Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.topbug.net/blog/2013/05/05/manage-multiple-ssh-private-keys/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xuhdev.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}},"created_at":"2013-05-05T02:19:37.000Z","updated_at":"2016-09-10T20:51:56.000Z","dependencies_parsed_at":"2022-08-07T02:15:17.989Z","dependency_job_id":null,"html_url":"https://github.com/xuhdev/skm","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuhdev%2Fskm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuhdev%2Fskm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuhdev%2Fskm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuhdev%2Fskm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xuhdev","download_url":"https://codeload.github.com/xuhdev/skm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219859411,"owners_count":16556036,"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":[],"created_at":"2024-10-11T18:49:42.534Z","updated_at":"2025-10-28T14:31:17.802Z","avatar_url":"https://github.com/xuhdev.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# skm -- Ssh Key Manager\n\nSkm is a tool to manage your multiple ssh keys.\n\n[RubyGems][] | [![Build Status](https://secure.travis-ci.org/xuhdev/skm.png?branch=master)](http://travis-ci.org/xuhdev/skm)\n\n## Installation\n\n    gem install skm\n\n## Usage\n\nCreate a new key:\n\n    skm create my_new_key\n\nCreate a new key with comment:\n\n    skm create my_new_key -C \"my@email.com\"\n\nSwitch to another key:\n\n    skm use key_name\n\nNOTE: ssh-agent may need to be disabled for this new key to be valid!\n\nList all keys:\n\n    skm list\n\n\nFor example, first we create two keys:\n\n    skm create key1\n    skm create key2\n\nThen we switch to `key1`:\n\n    skm use key1\n\nAfter done some work, we could then switch to `key2`:\n\n    skm use key2\n\nUse `skm --help` and `skm [command] --help` to read more.\n\n## Where are my keys?\n\nBy default, all your keys are put in `~/.skm`. But you can use other\ndirectories by using `--skm-dir` option on command line.\n\n\n[RubyGems]: https://rubygems.org/gems/skm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuhdev%2Fskm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxuhdev%2Fskm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuhdev%2Fskm/lists"}