ssh-switch
Version:
A lightweight CLI tool to manage and switch between multiple SSH configurations easily.
43 lines (42 loc) • 886 B
JSON
{
"name": "ssh-switch",
"version": "0.0.4",
"description": "A lightweight CLI tool to manage and switch between multiple SSH configurations easily.",
"keywords": [
"ssh",
"ssh-key",
"ssh-config",
"git",
"github",
"cli",
"switch",
"tool"
],
"author": "uikoo9 <uikoo9@qq.com>",
"license": "MIT",
"homepage": "https://github.com/uikoo9/ssh-switch#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/uikoo9/ssh-switch.git"
},
"bugs": {
"url": "https://github.com/uikoo9/ssh-switch/issues"
},
"bin": {
"sshs": "./bin/sshs.js"
},
"files": [
"bin",
"LICENSE",
"README.md"
],
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"qiao-cli": "^5.0.0",
"qiao-config": "^5.0.1",
"qiao-file": "^5.0.1"
},
"gitHead": "87dfee9c41c89a8228941950be7d1e6d439560d1"
}