Skip to main content

Easy peasy ssh choosey

Project description

SSH Pocket

Installation

pip install ssh-pocket

Prerequisite

File $HOME/.ssh/pocket.json with following form:

{
  "Test server": {
    "ip": "123.124.12.1",
    "users": ["root", "test"]
  },
  "Test server 1": {
    "ip": "12.12.12.12",
    "users": ["root", "test1", "test2", "infinity"]
  }
}

Or use si command to create the above json file:

si $FILE

$FILE is a file with format:

Test server 1@root@123.123.123.123
Test server 2@someone@12.12.12.12
Test server 3@admin@13.13.13.13

Usage

Use command s in terminal.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ssh-pocket-1.2.2.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

ssh_pocket-1.2.2-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page