PHPackages                             dword-design/wp-cli-ssh-command - 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. [CLI &amp; Console](/categories/cli)
4. /
5. dword-design/wp-cli-ssh-command

ActiveWp-cli-package[CLI &amp; Console](/categories/cli)

dword-design/wp-cli-ssh-command
===============================

WP-CLI command to create a persistent SSH connection to a site alias.

0281PHP

Since Jun 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dword-design/wp-cli-ssh-command)[ Packagist](https://packagist.org/packages/dword-design/wp-cli-ssh-command)[ RSS](/packages/dword-design-wp-cli-ssh-command/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

WP-CLI SSH Command
==================

[](#wp-cli-ssh-command)

This command allows to connect to an SSH alias and stay connected. The core functionality only allows to execute single commands via SSH.

Installation
------------

[](#installation)

Since the package index of WP-CLI is currently [on hold](https://github.com/wp-cli/wp-cli/issues/3977), the package has to be installed by hand:

```
$ cd ~/.wp-cli/packages/
$ composer require dword-design/wp-cli-ssh-command

```

Usage
-----

[](#usage)

Configure your SSH aliases in `wp-cli.yml`:

```
@live:
  ssh: user@myserver.de
  path: www

@alias2:
  ...

```

Connect to the server via the SSH command:

```
wp ssh @live

```

TODO
----

[](#todo)

- Directly navigate into the SSH aliase's `path`

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1174637?v=4)[Dword](/maintainers/Dword)[@dword](https://github.com/dword)

---

Top Contributors

[![dword-design](https://avatars.githubusercontent.com/u/13484795?v=4)](https://github.com/dword-design "dword-design (7 commits)")

### Embed Badge

![Health badge](/badges/dword-design-wp-cli-ssh-command/health.svg)

```
[![Health](https://phpackages.com/badges/dword-design-wp-cli-ssh-command/health.svg)](https://phpackages.com/packages/dword-design-wp-cli-ssh-command)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.4k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3275.4k1](/packages/tomatophp-filament-artisan)

PHPackages © 2026

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