All Projects → cuonggt → zzh

cuonggt / zzh

Licence: other
SSH Client and connection manager in your favorite terminal

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to zzh

Jcabi Ssh
Java SSH client
Stars: ✭ 240 (+1746.15%)
Mutual labels:  ssh-client
pony-ssh
vscode plugin for fast remote editing over ssh
Stars: ✭ 26 (+100%)
Mutual labels:  ssh-client
pheromones
实现长/短链接方式的p2p网络
Stars: ✭ 18 (+38.46%)
Mutual labels:  connection-manager
Hss
An interactive parallel ssh client featuring autocomplete and asynchronous execution.
Stars: ✭ 248 (+1807.69%)
Mutual labels:  ssh-client
ssh-autologin
一个基于 ssh 快捷登录远程服务器的脚本
Stars: ✭ 17 (+30.77%)
Mutual labels:  ssh-client
tabby
A terminal for a more modern age
Stars: ✭ 40,910 (+314592.31%)
Mutual labels:  ssh-client
Github Keygen
Easy creation of secure SSH configuration for your GitHub account(s)
Stars: ✭ 183 (+1307.69%)
Mutual labels:  ssh-client
pro.webssh.net
iOS / iPadOS / macOS SSH Client
Stars: ✭ 108 (+730.77%)
Mutual labels:  ssh-client
WebSSH
WebSSH allows you to SSH to your remote host anytime, anywhere.
Stars: ✭ 17 (+30.77%)
Mutual labels:  ssh-client
php-ssh-connection
Provides an elegant syntax to connect to SSH servers and execute commands.
Stars: ✭ 86 (+561.54%)
Mutual labels:  ssh-client
termscp
🖥 A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3
Stars: ✭ 707 (+5338.46%)
Mutual labels:  ssh-client
sigil
AWS SSM Session manager client
Stars: ✭ 67 (+415.38%)
Mutual labels:  ssh-client
fabula
Minimalist server scripts.
Stars: ✭ 53 (+307.69%)
Mutual labels:  ssh-client
Bastillion
Bastillion is a web-based SSH console that centrally manages administrative access to systems. Web-based administration is combined with management and distribution of user's public SSH keys.
Stars: ✭ 2,730 (+20900%)
Mutual labels:  ssh-client
action-ssh
GitHub Action for executing SSH commands on remote servers
Stars: ✭ 60 (+361.54%)
Mutual labels:  ssh-client
Easyssh
The SSH connection manager to make your life easier.
Stars: ✭ 207 (+1492.31%)
Mutual labels:  ssh-client
vaultssh
A Go based Vault client to support ssh sessions, remote commands and scp transfers all in memory
Stars: ✭ 25 (+92.31%)
Mutual labels:  ssh-client
ssh-rs
In addition to encryption library, pure RUST implementation of SSH-2.0 client protocol (除加密库之外 纯rust实现的 ssh-2.0 client 协议)
Stars: ✭ 18 (+38.46%)
Mutual labels:  ssh-client
dartssh2
SSH and SFTP client written in pure Dart, aiming to be feature-rich as well as easy to use.
Stars: ✭ 63 (+384.62%)
Mutual labels:  ssh-client
Laravel-ssh-client
SSH Web Client based on Laravel Framework
Stars: ✭ 59 (+353.85%)
Mutual labels:  ssh-client

zzh

  • Have too many server credentials to remember
  • Feel hard to use SSH config file
  • Wanna connect to your servers easier using your favorite terminal

Don't worry, zzh is for you!

Installation

Before using zzh, make sure you have PHP >= 7.1 and Composer installed on your machine.

Install zzh with Composer:

composer global require cuonggt/zzh

Make sure to place composer's system-wide vendor bin directory in your $PATH so the zzh executable can be located by your system. This directory exists in different locations based on your operating system; however, some common locations include:

  • macOS and GNU / Linux Distributions: $HOME/.composer/vendor/bin
  • Windows: %USERPROFILE%\AppData\Roaming\Composer\vendor\bin

To view all of the available zzh commands, you may use the list command:

zzh list

Managing Connections

Add a new host

zzh host:add <host>

If you want to add advanced SSH entries like ProxyCommand, LocalForward, etc, use option --advanced:

zzh host:add <host> --advanced

Connect to a host

zzh host:connect <host>

Export to SSH config file

zzh host:export

List the hosts

zzh host:list    

Edit a host

zzh host:edit <host>

Delete a host

zzh host:delete <host>

License

zzh is open-sourced software licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].