Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

ssh-lucy

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssh-lucy

一个记录服务器账号密码, 并方便登录的小工具

latest
Source
npmnpm
Version
1.0.7
Version published
Weekly downloads
10
400%
Maintainers
1
Weekly downloads
 
Created
Source

实现目的

本项目为了实现 ssh 登录的便捷, 希望可以帮助大家

需要依赖的项目

  • homebrew

    安装其他依赖

  • brew install bash

    需要一个新版本的 bash

  • brew install toilet

    使文档颜色美好

  • node

    任何版本, 只是为了从仓库去下载我需要的项目, 并且为了让安装命令变的更简洁

功能介绍

// i 表示init, 用于初始化servers文件
lucy -i

// l表示list, 表示查看列表(不包含密码)
lucy -l

// h表示help, 表示帮助
lucy -h

// s 表示ssh, 也就是平时我们使用的登陆方式
lucy -s 主机名

// p表示password, 展示包含密码的查看列表
lucy -p

// a表示add, 用于向文件新增服务器地址
lucy -a

// f表示find, 用于查找servers的存放路径, 便于批量插入服务器地址
lucy -f

// d表示delete, 用于删除不需要的服务器地址
lucy -d

下载方法

npm install -g ssh-lucy

更新方法

npm update ssh-lucy -g

Keywords

ssh

FAQs

Package last updated on 01 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts