PHPackages                             salmondx/ssh-vault - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. salmondx/ssh-vault

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

salmondx/ssh-vault
==================

Lightweight utility for ssh connections management

0.0.6(6y ago)214MITPHP

Since Oct 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Salmondx/ssh-vault)[ Packagist](https://packagist.org/packages/salmondx/ssh-vault)[ RSS](/packages/salmondx-ssh-vault/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

ssh-vault
=========

[](#ssh-vault)

Lightweight utility for ssh connections management

How it works
------------

[](#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
-------

[](#install)

```
composer global require salmondx/ssh-vault
```

How to use
----------

[](#how-to-use)

### Add Host

[](#add-host)

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

### List Hosts

[](#list-hosts)

```
> ssh-vault list
```

### Remove Host

[](#remove-host)

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

### Print raw ssh config content

[](#print-raw-ssh-config-content)

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

SSH config
----------

[](#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.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

2390d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8560dde67e6df51458fb15fee0e4b55d8bf6f452a1942896ad536ba5c452ba9a?d=identicon)[Salmondx](/maintainers/Salmondx)

---

Top Contributors

[![ggolda](https://avatars.githubusercontent.com/u/38298010?v=4)](https://github.com/ggolda "ggolda (10 commits)")

### Embed Badge

![Health badge](/badges/salmondx-ssh-vault/health.svg)

```
[![Health](https://phpackages.com/badges/salmondx-ssh-vault/health.svg)](https://phpackages.com/packages/salmondx-ssh-vault)
```

###  Alternatives

[coenjacobs/mozart

Composes all dependencies as a package inside a WordPress plugin

4723.6M20](/packages/coenjacobs-mozart)[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

4743.5k10](/packages/phel-lang-phel-lang)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
