New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@eightshone/sshman

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eightshone/sshman

A simple cli ssh manager

latest
Source
npmnpm
Version
0.1.8
Version published
Maintainers
1
Created
Source

sshman banner

SSH MANAGER (SSHMAN)

A simple terminmal based SSH manager created in Node.js

Quick start

Installation

To get started with SSH MANAGER you have to simply install it using your favorite package manager.

YarnNPMPNPM
yarn global add @eightshone/sshmannpm install -g @eightshone/sshmanpnpm add -g @eightshone/sshman

Usage

The build of this project exposes the command named sshman

Interactive mode

sshman iteractive menu This mode lets you access the features that SSHMAN offers in an interactive way.

Commands

Connect to a new server

sshman connect username:[password]@hotsname:[port] Options: --save [server name] or -s [server name]: save the connection for future use. Examples: sshman connect username:[password]@hotsname:[port] -s sshman connect username:[password]@hotsname:[port] -s server-name

Connect to a saved server

sshman connect server-name The command doesn't care if the server name contains uppercase or spaces. Server Name, server name, server-name, SeRvEr-NaMe, etc. are all the same name for the command.

Print logs

sshman logs Options: --interactive or -i: enter interactive logs listing mode. --search <search terms> or -s <search terms>: add filters to standard logs output. Examples:

Development

Clone project

git clone git@github.com:eightshone/ssh-man.git

Install dependencies

YarnNPMPNPM
yarn installnpm installpnpm install

Start the project

YarnNPMPNPM
yarn devnpm run devpnpm dev

Build the project

YarnNPMPNPM
yarn buildnpm run buildpnpm build

Roadmap

  • Add delete server command
  • Add reconnect to last server command (this will work even on unsaved servers)
  • Add pagination option to standard logs output
  • Add automatic script execution features
  • Add config modifier commands
  • Add config encryption options
  • Migrate config files from JSON to binary files

Keywords

cli-ssh-manager

FAQs

Package last updated on 29 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts