Skip to content

SSM sessions in your terminal, the python way

Notifications You must be signed in to change notification settings

pygillier/pysshm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pysshm

Connect to a SSM session directly in your favorite terminal.

Install

In your terminal, run:

$ pip install pysshm

In order to fully use pysshm, you MUST install the session-manager-plugin from AWS.

Usage

$ pysshm --help
Usage: pysshm [OPTIONS]

  Connect to an EC2 instance over SSM, all in your favorite shell.

Options:
  -p, --profile TEXT      AWS profile
  -r, --region TEXT       AWS region (default: eu-west-3)
  -i, --instance-id TEXT  Instance ID for direct connect
  -d, --debug             Enable debug
  --help                  Show this message and exit.

About

SSM sessions in your terminal, the python way

Resources

Stars

Watchers

Forks

Packages

No packages published