0.2.1 • Published 6 years ago

ssh-host-manager v0.2.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

SSH Host Manager

Simple CLI to manage your ssh shortcuts

Install

npm install -g ssh-host-manager

Requirements

  • Unix system
  • NodeJs
  • OpenSSH with min version 7.3p1

Usage

// Add a new entry with name test
shm add test root@example.com

// Add a new entry with name test with custom port
shm add test root@example.com:443

// Add a new entry with name test with custom ssh key
shm add test root@example.com /home/shyim/.ssh/server.key

// Connect to the new entry
ssh test

List

Uninstall

  • Remove the file $HOME/.ssh/manager_hosts

  • Remove the include in $HOME/.ssh/config

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago