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

issh

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

issh

Intelligent SSH Handler - manage your SSH hosts

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

iSSH - don't forget your servers IPs

Intro

iSSH is a tiny but safe command line tool for those people interact with so many servers. It gets your server IP, username and password, then you can login whenever you want by entering master password. Each record is called Alias and each Alias have a name, assosciated host name (IP/Domain/etc.), username and an optional password. You can just login into a server using issh login {alias_name} or create a new alias with the same command.

Install

npm install -g EhsaanF/issh for development version npm install -g issh for latest production version You many need to put sudo before npm

Encrypting

All host details are encrypted by AES-256-CTR algorithim and the master passsword. Master password is a password that you define to access your data. All data will be stored as a JSON file at ~/.logins.json

Commands

issh

This is used for initial setup or viewing available commands.

issh list

This command outputs a list of aliases you saved.

issh login alias

Logins to the server assosciated with the Alias, or lets you create a new Alias.

issh edit alias

Edits the Alias.

issh drop alias

Removes the Alias.

Contributing

Every contribution to the project is welcome. Source code is available in GitHub

Keywords

ssh

FAQs

Package last updated on 15 Sep 2016

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