博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SSH keys manager for nodejs
阅读量:6801 次
发布时间:2019-06-26

本文共 681 字,大约阅读时间需要 2 分钟。

installation manual: ~/.skm

note:

  1. Please confirm before installation the ~/.skm does not exist
  2. If you already have ssh key in use, please backup before use to avoid loss

Install

npm install -g skm-node复制代码

Init

skm init复制代码

list

skm ls复制代码

create new ssh key

skm create 
复制代码

use

skm use 
复制代码

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Licence

this repo is released under the – Do What the Fuck You Want to Public License.

转载于:https://juejin.im/post/5a20bc216fb9a045186a8739

你可能感兴趣的文章
[华为机试练习题]8.汽水瓶
查看>>
PostgreSQL 某单机插入性能测试 1200万行/s, 4.2GB/s
查看>>
taskset - retrieve or set a process's CPU affinity (affect SYSTEMTAP TIME)
查看>>
坏消息:Flutter官方暂时不会开发热更新(Code push)了。
查看>>
webpack4.x实战四,js和css独立打包
查看>>
数据一致性(一) - 接口调用一致性
查看>>
使用 core.js 解决 GraphQL Mock Server 跨域问题
查看>>
达文西,我要的是属性节点,不是属性!
查看>>
webpack4搭建的react全家桶example项目
查看>>
二十二、zookeeper实现分布式锁
查看>>
js数组去重
查看>>
分布式架构springmvc+springboot+springcloud+redis
查看>>
Nginx处理Web项目前后端分离最佳实践
查看>>
爬虫的一些知识罗列
查看>>
【前端词典】 Vue 响应式原理其实很好懂
查看>>
你不知道的JS(上册)
查看>>
AJAX(前后端交互--下拉列表)
查看>>
Android右侧边栏滚动选择
查看>>
Redis笔记
查看>>
B树很简单,插入So easy
查看>>