承接 salmondx/ssh-vault 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

salmondx/ssh-vault

Composer 安装命令:

composer require salmondx/ssh-vault

包简介

Lightweight utility for ssh connections management

README 文档

README

Lightweight utility for ssh connections management

How it works

It just parses and modifies ~/.ssh/config file. You can continue to use tools that you like and just use this wrapper to add or remove connections from your ssh config file.

Install

composer global require salmondx/ssh-vault

How to use

Add Host

# start a short setup wizard that reuses your past history
> ssh-vault add

List Hosts

> ssh-vault list

Remove Host

# Remove connection by its index from a list
> ssh-vault remove

Print raw ssh config content

# Just prints raw content of ~/.ssh/config
> ssh-vault raw

SSH config

SSH config file is super simple. It just stores information about your servers and how to connect to them. Imagine that you have a production server with IP 192.168.10.10. After you add it to your ssh config file

Host production
  HostName 192.168.10.10
  User local
  ForwardAgent yes

you can connect to it just by using this command:

ssh production

That's it. No more bash aliases, shell history, txt notes or whatever people usually do to store server details.

统计信息

  • 总下载量: 14
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-10-24

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固